Class sjl.wrappers.FuncReaderLong
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncReaderLong

java.lang.Object
   |
   +----sjl.wrappers.FuncReaderLong

public class FuncReaderLong
extends Object
implements Function1
FuncReaderLong is a function object designed for reading objects of type Long from a DataInputStream. Objects of this class is used by the InputStreamIterator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncReaderLong()

Method Index

 o perform(Object)
Create a object of type Long and initialize it with the next Long read from the argument stream.

Constructors

 o FuncReaderLong
  public FuncReaderLong()

Methods

 o perform
  public Object perform(Object stream)
Create a object of type Long and initialize it with the next Long read from the argument stream. The The readLong() method is called to do the reading. The return value is ignored.
Parameters:
stream - The DataInputStream.

All Packages  Class Hierarchy  This Package  Previous  Next  Index